projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5656b6
)
Correct an introspection annotation
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 21 Jan 2012 00:46:53 +0000
(19:46 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 21 Jan 2012 00:46:53 +0000
(19:46 -0500)
Mistake pointed out in bug 668265.
gtk/gtkliststore.c
patch
|
blob
|
history
diff --git
a/gtk/gtkliststore.c
b/gtk/gtkliststore.c
index 907b50e990a6e17b59039d1be3a159657d5e0c23..8daf7347ef80c2adb63cdf02e49bcaebfd17685d 100644
(file)
--- a/
gtk/gtkliststore.c
+++ b/
gtk/gtkliststore.c
@@
-469,7
+469,7
@@
gtk_list_store_new (gint n_columns,
*
* Non-vararg creation function. Used primarily by language bindings.
*
- * Return value: (transfer
none
): a new #GtkListStore
+ * Return value: (transfer
full
): a new #GtkListStore
* Rename to: gtk_list_store_new
**/
GtkListStore *